| name | explain-diff-html |
|---|---|
| description | Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output. |
Please make me a rich, interactive explanation of the specified code change.
It should have these sections:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>A simple clock</title> | |
| </head> | |
| <body translate="no" > |
| /** | |
| * tripo3d_model_downloader.js | |
| * ───────────────────────────────────────────────────────────────────────────── | |
| * Extracts the loaded 3D model directly from the TresJS/Three.js renderer on | |
| * studio.tripo3d.ai, bypasses the export tool entirely, and triggers a .glb | |
| * download. | |
| * | |
| * HOW IT WORKS | |
| * ───────────────────────────────────────────────────────────────────────────── | |
| * 1. The site is a Nuxt 3 / Vue 3 app using TresJS (Vue wrapper for Three.js). |
| # ============================================ | |
| # Ghostty Terminal - Complete Configuration | |
| # ============================================ | |
| # File: ~/.config/ghostty/config | |
| # Reload: Cmd+Shift+, (macOS) | |
| # View options: ghostty +show-config --default --docs | |
| # --- Typography --- | |
| font-family = JetBrainsMonoNerdFont | |
| font-size = 14 |
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Survey of Active Archaeological Digs in Greece & Aegean (1996–2026)</title> | |
| <!-- Tailwind CSS --> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <!-- Chart.js --> | |
| <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> |
Every repo from my series, newest first. I keep this same link updated — save it.
Follow me on Instagram for the next one: @angelotrifanoff.ai
https://github.com/MadsLorentzen/ai-job-search (MIT, ★36K+)
Steps to completely disable the Windows Hypervisor and Virtualization Based Security (VBS) features on Windows 11.
Disabling the hypervisor can improve performance on gaming-focused machines and is often necessary when using low-level system tools or alternative virtualization software that conflicts with Hyper-V.